type github.com/jackc/pgx/v5/pgxpool.errBatchResults

6 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		batch_results.go#L8: type errBatchResults struct {
		batch_results.go#L12: func (br errBatchResults) Exec() (pgconn.CommandTag, error) {
		batch_results.go#L16: func (br errBatchResults) Query() (pgx.Rows, error) {
		batch_results.go#L20: func (br errBatchResults) QueryRow() pgx.Row {
		batch_results.go#L24: func (br errBatchResults) Close() error {
		pool.go#L779: 		return errBatchResults{err: err}